home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Graphics
/
Misc
/
Wood.0.72
/
Sources
/
WindowForOOE.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-30
|
215 b
|
17 lines
#import "ScrollViewDeluxeForOOE.h"
#import "WindowForOOE.h"
@implementation WindowForOOE
- setDocEdited:(BOOL)flag;
{
[super setDocEdited:flag];
[contentView ooeStatusChanged:delegate];
return self;
}
@end